Papers with sequence representations

3 papers
Less is More: Pretrain a Strong Siamese Encoder for Dense Text Retrieval Using a Weak Decoder (2021.emnlp-main)

Copied to clipboard

Challenge: Dense retrieval requires high-quality text sequence embeddings to support effective search in the representation space.
Approach: They propose a self-learning method that pre-trains the autoencoder using a weak decoder to push the encoder to provide better sequence representations.
Outcome: The proposed model significantly boosts the effectiveness and few-shot ability of dense retrieval models on web search, news recommendation, and open domain question answering.
SupCL-Seq: Supervised Contrastive Learning for Downstream Optimized Sequence Representations (2021.findings-emnlp)

Copied to clipboard

Challenge: SupCL-Seq extends contrastive learning from computer vision to sequence classification tasks.
Approach: They propose a supervised alternative to Masked Language Modeling (MLM) that extends contrastive learning to sequence optimization in NLP by altering the dropout mask probability in standard Transformer architectures.
Outcome: The proposed method leads to large gains on the GLUE benchmark, including 6% absolute improvement on CoLA, 5.4% on MRPC, 4.7% on RTE and 2.6% on STS-B.
Seq2seq is All You Need for Coreference Resolution (2023.emnlp-main)

Copied to clipboard

Challenge: Existing work on coreference resolution suggests task-specific models are necessary . a recent line of work that take an alternative approach leveraging advances in seq2seq-based models is needed .
Approach: They propose a pretrained seq2seq transformer to map an input document to a tagged sequence encoding the coreference annotation.
Outcome: The proposed model outperforms or matches the best coreference systems on an array of datasets.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations